home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 5 / Gold Medal Software - Volume 5 (Gold Medal) (1995).iso / accounts / redwd201.arj / FIT.PLT < prev    next >
Text File  |  1994-12-02  |  2KB  |  57 lines

  1. set title size 2
  2. set window x 1.5 12 y 1.5 9
  3. set limits          y 0 to 10
  4. set symbol 9O
  5. 1 1
  6. 2 2
  7. 3 3.6
  8. 4 4
  9. 5 5
  10. 6 5.5
  11. plot
  12. set linestyle 8
  13. fit 8; plot fit;
  14. line from 1.95 8.4 to 2.65 8.4; set linestyle 0
  15. title 3.0 8.4 '8  '; more @FitFormula; more ', '; more @FITcorrelation
  16. set color red
  17. set linestyle 7
  18. fit 7; plot fit
  19. line from 1.95 8.0 to 2.65 8.0; set linestyle 0
  20. title '7  '; more @fitformula; more ', '; more @fitcorrelation
  21. set color green
  22. set linestyle 6
  23. fit 6; plot fit
  24. line from 1.95 7.6 to 2.65 7.6; set linestyle 0
  25. title '6  '; more @fitformula; more ', '; more @fitcorrelation
  26. set color blue
  27. set linestyle 5
  28. fit 5; plot fit
  29. line from 1.95 7.2 to 2.65 7.2; set linestyle 0
  30. title '5  '; more @fitformula; more ', '; more @fitcorrelation
  31. set color yellow
  32. set linestyle 4
  33. fit 4; plot fit
  34. line from 1.95 6.8 to 2.65 6.8; set linestyle 0
  35. title '4  '; more @fitformula; more ', '; more @fitcorrelation
  36. set color magenta
  37. set linestyle 3
  38. fit 3; plot fit
  39. line from 1.95 6.4 to 2.65 6.4; set linestyle 0
  40. title '3  '; more @fitformula; more ', '; more @fitcorrelation
  41. set color brown
  42. set linestyle 2
  43. fit 2; plot fit
  44. line from 1.95 6.0 to 2.65 6.0; set linestyle 0
  45. title '2  '; more @fitformula; more ', '; more @fitcorrelation
  46. set color lightred
  47. set linestyle 9
  48. fit 1; plot fit
  49. line from 1.95 5.6 to 2.65 5.6; set linestyle 0
  50. title '1  '; more @fitformula; more ', '; more @fitcorrelation
  51. set color black
  52. 1.2 4.9; plot
  53. title 3.0 5.2 'DATA'
  54. title 4 .8  data @DATE; more '  '; more @Time
  55. set title size 3
  56. title .3 .3 "FIT.PLT"
  57.